derelict.purple.certificate

Undocumented in source.

Members

Aliases

PurpleCertificate
alias PurpleCertificate = _PurpleCertificate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleCertificatePool
alias PurpleCertificatePool = _PurpleCertificatePool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleCertificateScheme
alias PurpleCertificateScheme = _PurpleCertificateScheme
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleCertificateVerificationRequest
alias PurpleCertificateVerificationRequest = _PurpleCertificateVerificationRequest
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleCertificateVerificationStatus
alias PurpleCertificateVerificationStatus = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleCertificateVerifiedCallback
alias PurpleCertificateVerifiedCallback = void function(_Anonymous_0, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleCertificateVerifier
alias PurpleCertificateVerifier = _PurpleCertificateVerifier
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_add_ca_search_path
alias da_purple_certificate_add_ca_search_path = void function(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_check_signature_chain
alias da_purple_certificate_check_signature_chain = gboolean function(GList* chain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_check_signature_chain_with_failing
alias da_purple_certificate_check_signature_chain_with_failing = gboolean function(GList* chain, PurpleCertificate** failing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_check_subject_name
alias da_purple_certificate_check_subject_name = gboolean function(PurpleCertificate* crt, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_copy
alias da_purple_certificate_copy = PurpleCertificate* function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_copy_list
alias da_purple_certificate_copy_list = GList* function(GList* crt_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_destroy
alias da_purple_certificate_destroy = void function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_destroy_list
alias da_purple_certificate_destroy_list = void function(GList* crt_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_display_x509
alias da_purple_certificate_display_x509 = void function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_export
alias da_purple_certificate_export = gboolean function(const(gchar)* filename, PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_find_pool
alias da_purple_certificate_find_pool = PurpleCertificatePool* function(const(gchar)* scheme_name, const(gchar)* pool_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_find_scheme
alias da_purple_certificate_find_scheme = PurpleCertificateScheme* function(const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_find_verifier
alias da_purple_certificate_find_verifier = PurpleCertificateVerifier* function(const(gchar)* scheme_name, const(gchar)* ver_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_fingerprint_sha1
alias da_purple_certificate_get_fingerprint_sha1 = GByteArray* function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_handle
alias da_purple_certificate_get_handle = gpointer function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_issuer_unique_id
alias da_purple_certificate_get_issuer_unique_id = gchar* function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_pools
alias da_purple_certificate_get_pools = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_schemes
alias da_purple_certificate_get_schemes = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_subject_name
alias da_purple_certificate_get_subject_name = gchar* function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_times
alias da_purple_certificate_get_times = gboolean function(PurpleCertificate* crt, time_t* activation, time_t* expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_unique_id
alias da_purple_certificate_get_unique_id = gchar* function(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_get_verifiers
alias da_purple_certificate_get_verifiers = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_import
alias da_purple_certificate_import = PurpleCertificate* function(PurpleCertificateScheme* scheme, const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_init
alias da_purple_certificate_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_contains
alias da_purple_certificate_pool_contains = gboolean function(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_delete
alias da_purple_certificate_pool_delete = gboolean function(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_destroy_idlist
alias da_purple_certificate_pool_destroy_idlist = void function(GList* idlist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_get_idlist
alias da_purple_certificate_pool_get_idlist = GList* function(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_get_scheme
alias da_purple_certificate_pool_get_scheme = PurpleCertificateScheme* function(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_mkpath
alias da_purple_certificate_pool_mkpath = gchar* function(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_retrieve
alias da_purple_certificate_pool_retrieve = PurpleCertificate* function(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_store
alias da_purple_certificate_pool_store = gboolean function(PurpleCertificatePool* pool, const(gchar)* id, PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_pool_usable
alias da_purple_certificate_pool_usable = gboolean function(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_register_pool
alias da_purple_certificate_register_pool = gboolean function(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_register_scheme
alias da_purple_certificate_register_scheme = gboolean function(PurpleCertificateScheme* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_register_verifier
alias da_purple_certificate_register_verifier = gboolean function(PurpleCertificateVerifier* vr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_signed_by
alias da_purple_certificate_signed_by = gboolean function(PurpleCertificate* crt, PurpleCertificate* issuer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_uninit
alias da_purple_certificate_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_unregister_pool
alias da_purple_certificate_unregister_pool = gboolean function(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_unregister_scheme
alias da_purple_certificate_unregister_scheme = gboolean function(PurpleCertificateScheme* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_unregister_verifier
alias da_purple_certificate_unregister_verifier = gboolean function(PurpleCertificateVerifier* vr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_verify
alias da_purple_certificate_verify = void function(PurpleCertificateVerifier* verifier, const(gchar)* subject_name, GList* cert_chain, PurpleCertificateVerifiedCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificate_verify_complete
alias da_purple_certificate_verify_complete = void function(PurpleCertificateVerificationRequest* vrq, PurpleCertificateVerificationStatus st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_certificates_import
alias da_purple_certificates_import = GSList* function(PurpleCertificateScheme* scheme, const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_certificate_add_ca_search_path
void purple_certificate_add_ca_search_path(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_check_signature_chain
gboolean purple_certificate_check_signature_chain(GList* chain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_check_signature_chain_with_failing
gboolean purple_certificate_check_signature_chain_with_failing(GList* chain, PurpleCertificate** failing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_check_subject_name
gboolean purple_certificate_check_subject_name(PurpleCertificate* crt, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_copy
PurpleCertificate* purple_certificate_copy(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_copy_list
GList* purple_certificate_copy_list(GList* crt_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_destroy
void purple_certificate_destroy(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_destroy_list
void purple_certificate_destroy_list(GList* crt_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_display_x509
void purple_certificate_display_x509(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_export
gboolean purple_certificate_export(const(gchar)* filename, PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_find_pool
PurpleCertificatePool* purple_certificate_find_pool(const(gchar)* scheme_name, const(gchar)* pool_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_find_scheme
PurpleCertificateScheme* purple_certificate_find_scheme(const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_find_verifier
PurpleCertificateVerifier* purple_certificate_find_verifier(const(gchar)* scheme_name, const(gchar)* ver_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_fingerprint_sha1
GByteArray* purple_certificate_get_fingerprint_sha1(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_handle
gpointer purple_certificate_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_issuer_unique_id
gchar* purple_certificate_get_issuer_unique_id(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_pools
GList* purple_certificate_get_pools()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_schemes
GList* purple_certificate_get_schemes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_subject_name
gchar* purple_certificate_get_subject_name(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_times
gboolean purple_certificate_get_times(PurpleCertificate* crt, time_t* activation, time_t* expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_unique_id
gchar* purple_certificate_get_unique_id(PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_verifiers
GList* purple_certificate_get_verifiers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_import
PurpleCertificate* purple_certificate_import(PurpleCertificateScheme* scheme, const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_init
void purple_certificate_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_contains
gboolean purple_certificate_pool_contains(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_delete
gboolean purple_certificate_pool_delete(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_destroy_idlist
void purple_certificate_pool_destroy_idlist(GList* idlist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_get_idlist
GList* purple_certificate_pool_get_idlist(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_get_scheme
PurpleCertificateScheme* purple_certificate_pool_get_scheme(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_mkpath
gchar* purple_certificate_pool_mkpath(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_retrieve
PurpleCertificate* purple_certificate_pool_retrieve(PurpleCertificatePool* pool, const(gchar)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_store
gboolean purple_certificate_pool_store(PurpleCertificatePool* pool, const(gchar)* id, PurpleCertificate* crt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_usable
gboolean purple_certificate_pool_usable(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_register_pool
gboolean purple_certificate_register_pool(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_register_scheme
gboolean purple_certificate_register_scheme(PurpleCertificateScheme* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_register_verifier
gboolean purple_certificate_register_verifier(PurpleCertificateVerifier* vr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_signed_by
gboolean purple_certificate_signed_by(PurpleCertificate* crt, PurpleCertificate* issuer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_uninit
void purple_certificate_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_unregister_pool
gboolean purple_certificate_unregister_pool(PurpleCertificatePool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_unregister_scheme
gboolean purple_certificate_unregister_scheme(PurpleCertificateScheme* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_unregister_verifier
gboolean purple_certificate_unregister_verifier(PurpleCertificateVerifier* vr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_verify
void purple_certificate_verify(PurpleCertificateVerifier* verifier, const(gchar)* subject_name, GList* cert_chain, PurpleCertificateVerifiedCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_verify_complete
void purple_certificate_verify_complete(PurpleCertificateVerificationRequest* vrq, PurpleCertificateVerificationStatus st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificates_import
GSList* purple_certificates_import(PurpleCertificateScheme* scheme, const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_certificate_add_ca_search_path
da_purple_certificate_add_ca_search_path purple_certificate_add_ca_search_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_check_signature_chain
da_purple_certificate_check_signature_chain purple_certificate_check_signature_chain;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_check_signature_chain_with_failing
da_purple_certificate_check_signature_chain_with_failing purple_certificate_check_signature_chain_with_failing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_check_subject_name
da_purple_certificate_check_subject_name purple_certificate_check_subject_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_copy
da_purple_certificate_copy purple_certificate_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_copy_list
da_purple_certificate_copy_list purple_certificate_copy_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_destroy
da_purple_certificate_destroy purple_certificate_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_destroy_list
da_purple_certificate_destroy_list purple_certificate_destroy_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_display_x509
da_purple_certificate_display_x509 purple_certificate_display_x509;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_export
da_purple_certificate_export purple_certificate_export;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_find_pool
da_purple_certificate_find_pool purple_certificate_find_pool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_find_scheme
da_purple_certificate_find_scheme purple_certificate_find_scheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_find_verifier
da_purple_certificate_find_verifier purple_certificate_find_verifier;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_fingerprint_sha1
da_purple_certificate_get_fingerprint_sha1 purple_certificate_get_fingerprint_sha1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_handle
da_purple_certificate_get_handle purple_certificate_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_issuer_unique_id
da_purple_certificate_get_issuer_unique_id purple_certificate_get_issuer_unique_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_pools
da_purple_certificate_get_pools purple_certificate_get_pools;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_schemes
da_purple_certificate_get_schemes purple_certificate_get_schemes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_subject_name
da_purple_certificate_get_subject_name purple_certificate_get_subject_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_times
da_purple_certificate_get_times purple_certificate_get_times;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_unique_id
da_purple_certificate_get_unique_id purple_certificate_get_unique_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_get_verifiers
da_purple_certificate_get_verifiers purple_certificate_get_verifiers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_import
da_purple_certificate_import purple_certificate_import;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_init
da_purple_certificate_init purple_certificate_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_contains
da_purple_certificate_pool_contains purple_certificate_pool_contains;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_delete
da_purple_certificate_pool_delete purple_certificate_pool_delete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_destroy_idlist
da_purple_certificate_pool_destroy_idlist purple_certificate_pool_destroy_idlist;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_get_idlist
da_purple_certificate_pool_get_idlist purple_certificate_pool_get_idlist;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_get_scheme
da_purple_certificate_pool_get_scheme purple_certificate_pool_get_scheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_mkpath
da_purple_certificate_pool_mkpath purple_certificate_pool_mkpath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_retrieve
da_purple_certificate_pool_retrieve purple_certificate_pool_retrieve;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_store
da_purple_certificate_pool_store purple_certificate_pool_store;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_pool_usable
da_purple_certificate_pool_usable purple_certificate_pool_usable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_register_pool
da_purple_certificate_register_pool purple_certificate_register_pool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_register_scheme
da_purple_certificate_register_scheme purple_certificate_register_scheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_register_verifier
da_purple_certificate_register_verifier purple_certificate_register_verifier;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_signed_by
da_purple_certificate_signed_by purple_certificate_signed_by;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_uninit
da_purple_certificate_uninit purple_certificate_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_unregister_pool
da_purple_certificate_unregister_pool purple_certificate_unregister_pool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_unregister_scheme
da_purple_certificate_unregister_scheme purple_certificate_unregister_scheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_unregister_verifier
da_purple_certificate_unregister_verifier purple_certificate_unregister_verifier;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_verify
da_purple_certificate_verify purple_certificate_verify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificate_verify_complete
da_purple_certificate_verify_complete purple_certificate_verify_complete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_certificates_import
da_purple_certificates_import purple_certificates_import;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleCertificate
struct _PurpleCertificate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleCertificatePool
struct _PurpleCertificatePool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleCertificateScheme
struct _PurpleCertificateScheme
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleCertificateVerificationRequest
struct _PurpleCertificateVerificationRequest
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleCertificateVerifier
struct _PurpleCertificateVerifier
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta